Push-Down Automaton.html


* created: 2026-05-27T23:15
* modified: 2026-05-28T00:00

title

Title

description

Description

related notes

Push-Down Automaton (PDA)

Extends the concept of an Automaton with a stack, i.e., it can count.

Structure

PDA = (Q,\Sigma,\Gamma,\delta,q_0,F)

Lemma: A language is context free if it can be recognized by a PDA. Lemma: A language can be recognized by a PDA if it is context free.